From b9115391a68543e29e8a3657bf499fe1c3d64fa7 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Sat, 29 Nov 2008 23:57:05 +0000 Subject: [PATCH] Fix matchbox linking. SVN-Revision: 13439 --- Xorg/app/matchbox/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Xorg/app/matchbox/Makefile b/Xorg/app/matchbox/Makefile index e00b0435f..be5bf3fa7 100644 --- a/Xorg/app/matchbox/Makefile +++ b/Xorg/app/matchbox/Makefile @@ -18,7 +18,9 @@ PKG_SOURCE_URL:=http://matchbox-project.org/sources/matchbox-window-manager/$(PK PKG_FIXUP = libtool TARGET_LDFLAGS+= \ - -Wl,-rpath-link=$(STAGING_DIR)/usr/lib + -Wl,-rpath-link=$(STAGING_DIR)/usr/lib \ + -Wl,-rpath-link=$(STAGING_DIR)/usr/lib/libiconv/lib \ + -Wl,-rpath-link=$(STAGING_DIR)/usr/lib/libintl/lib include $(INCLUDE_DIR)/package.mk -- 2.30.2